Class ECMCPopFailedException

All Implemented Interfaces:
Serializable

public class ECMCPopFailedException extends EProfileException
This represents a profile specific exception for handling CMC popFailed condition. The framework raises this exception when a request fails POP (Proof Of Possession) check

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • ECMCPopFailedException

      public ECMCPopFailedException(String msg)
      Creates an exception.
      Parameters:
      msg - localized message that will be displayed to end user.
    • ECMCPopFailedException

      public ECMCPopFailedException(String msg, Throwable cause)
    • ECMCPopFailedException

      public ECMCPopFailedException(Throwable cause)